home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / EnterCD 06_2004.iso / Internet / Bloomba 1.0.6 / Bloomba1706Installer.exe / saproxy / Disk1 / data1.cab / rules / user_prefs.template < prev   
Encoding:
Text File  |  2004-03-01  |  1.5 KB  |  35 lines

  1. # SpamAssassin user preferences file.  See 'perldoc Mail::SpamAssassin::Conf'
  2. # for details of what can be tweaked.
  3. #* 
  4. #* Note: this file is not read by SpamAssassin until copied into the user
  5. #* directory. At runtime, if a user has no preferences in their home directory
  6. #* already, it will be copied for them, allowing them to perform personalised
  7. #* customisation.  If you want to make changes to the site-wide defaults,
  8. #* create a file in /etc/spamassassin or /etc/mail/spamassassin instead.
  9. ###########################################################################
  10.  
  11. # How many hits before a mail is considered spam.
  12. # required_hits        5
  13.  
  14. # Whitelist and blacklist addresses are now file-glob-style patterns, so
  15. # "friend@somewhere.com", "*@isp.com", or "*.domain.net" will all work.
  16. # whitelist_from    someone@somewhere.com
  17.  
  18. # Add your own customised scores for some tests below.  The default scores are
  19. # read from the installed spamassassin rules files, but you can override them
  20. # here.  To see the list of tests and their default scores, go to
  21. # http://spamassassin.org/tests.html .
  22. #
  23. # score SYMBOLIC_TEST_NAME n.nn
  24.  
  25. # Speakers of Asian languages, like Chinese, Japanese and Korean, will almost
  26. # definitely want to uncomment the following lines.  They will switch off some
  27. # rules that detect 8-bit characters, which commonly trigger on mails using CJK
  28. # character sets, or that assume a western-style charset is in use. 
  29. # score HTML_COMMENT_8BITS    0
  30. # score UPPERCASE_25_50        0
  31. # score UPPERCASE_50_75        0
  32. # score UPPERCASE_75_100    0
  33.  
  34.